object InnoSetupCustomForm: TInnoSetupCustomForm Left = 0 Top = 0 BorderStyle = bsDialog Caption = 'Setup' ClientHeight = 360 ClientWidth = 497 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object TopPanel: TPanel Left = 0 Top = 0 Width = 497 Height = 63 Align = alTop Color = clBtnHighlight ParentBackground = False TabOrder = 0 DesignSize = ( 497 63) object HeadlineLabel: TLabel Left = 24 Top = 12 Width = 49 Height = 13 Caption = 'Headline' Constraints.MaxWidth = 408 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False end object Logo: TImage Left = 438 Top = 3 Width = 57 Height = 45 Anchors = [akTop, akRight] Picture.Data = {} end object SubHeadlineLable: TLabel Left = 35 Top = 31 Width = 59 Height = 13 Caption = 'SubHeadline' Constraints.MaxWidth = 397 end end object CenterPanel: TPanel Left = 0 Top = 63 Width = 497 Height = 251 Align = alClient TabOrder = 1 end object BottomPanel: TPanel Left = 0 Top = 314 Width = 497 Height = 46 Align = alBottom TabOrder = 2 DesignSize = ( 497 46) object CancelButton: TButton Left = 410 Top = 12 Width = 75 Height = 23 Anchors = [akTop, akRight] Cancel = True Caption = 'Abbrechen' ModalResult = 2 TabOrder = 1 end object NextButton: TButton Left = 322 Top = 12 Width = 75 Height = 23 Action = NextAction Anchors = [akTop, akRight] Default = True TabOrder = 0 end end object ActionManager1: TActionList Left = 8 Top = 320 object NextAction: TAction Caption = 'Weiter' OnExecute = NextActionExecute OnUpdate = NextActionUpdate end end end